home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDB).iso / offline / incubus02 / sheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-09-26  |  1.3 KB  |  96 lines

  1. <STYLE TYPE="text/css">
  2. <!--
  3.  
  4. BODY {
  5.         font-family: Verdana, Arial, Helvetica;
  6.           font-size: 12;
  7.         color: #000000;
  8.         background: #ffffff;
  9.         margin-left: 10px;
  10.         margin-right: 10px;
  11.       
  12. }
  13.  
  14. table
  15.     {
  16.             font-family: Arial, Helvetica;
  17.             font-size: 10pt;
  18.     
  19.     }
  20.     
  21. tr
  22.     {
  23.             font-family: Arial, Helvetica;
  24.             font-size: 10pt;
  25.  
  26.     }
  27.  
  28. td
  29.     {
  30.             font-family: Arial, Helvetica;
  31.             font-size: 10pt;
  32.  
  33.     }
  34.  
  35.  
  36. A:HOVER {
  37.         color: #000000;
  38.         text-decoration: underline;
  39.        
  40. }
  41.  
  42. A {
  43.         color: #000000;
  44.         text-decoration: none;
  45.         font-weight: bold;
  46.        
  47. }
  48.  
  49. P {
  50.         text-align: justify;
  51.         margin-left: 10px;
  52.         margin-right: 10px;
  53.      
  54. }
  55.  
  56.  
  57.  
  58. LI {
  59.         text-align: justify;
  60.         
  61. }
  62.  
  63. .normal {
  64.         text-indent: 1cm;
  65.         color="#000000";
  66.         font-style: normal;
  67. }
  68.  
  69. .cytat {
  70.        color: "#0000cc";
  71.        font-style: italic;
  72.        text-align: center;
  73. }
  74.  
  75. .autor {
  76.        color: "#00a099";  
  77.        text-align: center;
  78.        text-decoration: italic;
  79. }
  80.  
  81. .tytul {
  82.        font-size: 3em;
  83.        color: "#808080";
  84.        text-align: center;
  85.        font-weight: bold;
  86. }
  87.  
  88. .podpis {
  89.        text-align: right;
  90.        color: "000000";
  91.        text-decoration: italic;
  92. }
  93.  
  94.  
  95. -->
  96. </STYLE>